home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / CURRENT / 000088_fdc@panix.com_Tue Feb 27 17:12:03 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!panix!not-for-mail
  2. From: Frank da Cruz <fdc@panix.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Kermit hex trace
  5. Date: Tue, 27 Feb 2007 22:11:26 +0000 (UTC)
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Lines: 23
  8. Message-ID: <slrneu9b4e.pso.fdc@panix1.panix.com>
  9. References: <xfednVd6EYOG9nnYRVnzvQ@telenor.com> <1172600426.919128.175150@z35g2000cwz.googlegroups.com> <j5CdnXmFxI7w4XnYRVnzvQ@telenor.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: panix1.panix.com
  12. X-Trace: reader2.panix.com 1172614286 29288 166.84.1.1 (27 Feb 2007 22:11:26 GMT)
  13. X-Complaints-To: abuse@panix.com
  14. NNTP-Posting-Date: Tue, 27 Feb 2007 22:11:26 +0000 (UTC)
  15. User-Agent: slrn/0.9.8.0 (NetBSD)
  16. Xref: panix comp.protocols.kermit.misc:15660
  17.  
  18. On 2007-02-27, Hans Erik <nihen@nexit.com> wrote:
  19. : I found the book at Amazon, and it will be ordered. But the shipping takes
  20. : from UK to Norway takes more or less a week. So a simple hex trace would
  21. : give me something to start with.
  22. :
  23. What is the point of writing a Kermit protocol implementation from
  24. scratch?  Why not license an existing one, such as C-Kermit (for embedding):
  25.  
  26.   http://kermit.columbia.edu/ek.html
  27.  
  28. or C-Kermit (for Unix):
  29.  
  30.   http://kermit.columbia.edu/ckermit.html
  31.  
  32. or Kermit 95 (for Windows):
  33.  
  34.   http://kermit.columbia.edu/k95.html
  35.  
  36. By doing that, you help to support the nonprofit Kermit Project and you
  37. get a better implementation than you would have coded from scratch, and one
  38. that is proven in the field.
  39.  
  40. - Frank